home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2002 July / maximum-cd-2002-07.iso / Data / Items.pcg / scripts / DefineButton2_264 / BUTTONCONDACTION on(keyPress Down).as next >
Encoding:
Text File  |  2002-05-15  |  161 b   |  4 lines

  1. on(keyPress "<Down>"){
  2.    scrollListDown("menugame","arGamesDBSlice.","gamenumber",arGamesDBSlice.length,topDB,"topDB",dbCount,"dbCount",currentGameCount);
  3. }
  4.